public.icount(integer[]) - Procedure
Home|Tables|Schemas|Diagrams|Foreign Keys|Indexes

Namepublic.icount(integer[])
Comment
Src
CREATE FUNCTION public.icount(integer[]) 
 RETURNS integer AS 
$BODY$icount$BODY$
 LANGUAGE 'c' IMMUTABLESTRICT ;